table of contents
StdLabels(3) | OCaml library | StdLabels(3) |
NAME¶
StdLabels - Standard labeled libraries.
Module¶
Module StdLabels
Documentation¶
Module StdLabels
: sig end
Standard labeled libraries.
This meta-module provides labelized version of the Array , List and String modules.
They only differ by their labels. Detailed interfaces can be found in arrayLabels.mli , listLabels.mli and stringLabels.mli .
module Array : sig end
module List : sig end
module String : sig end
2017-03-21 | OCamldoc |